home *** CD-ROM | disk | FTP | other *** search
-
- #import <appkit/appkit.h>
-
- @interface WWSlider:Slider
- {
- id minText;
- id maxText;
- id valText;
- id interp;
- }
-
- + initialize;
- + setCellClass:classID;
-
- - initFrame:(const NXRect *)frameRect;
- - sendAction:(SEL)theAction to:theTarget;
- - setTclExpression:(const char *)str;
- - (const char *)tclExpression;
- - setTclVar:(const char *)str;
- - (const char *)tclVar;
-
- - evaluateSelf;
-
- - (const char *)getInspectorClassName;
- - write:(NXTypedStream *)stream;
- - read:(NXTypedStream *)stream;
-
- @end
-